home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
e_to_l
/
isamexpt
/
dat.dfm
/
dat.txt
Wrap
Text File
|
1996-09-15
|
4KB
|
223 lines
object LWSetup: TLWSetup
Left = 224
Top = 43
Width = 366
Height = 368
Caption = 'Setup'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
ShowHint = True
OnCreate = FormCreate
OnShow = FormShow
TextHeight = 16
object Bevel1: TBevel
Left = 4
Top = 7
Width = 351
Height = 326
Shape = bsFrame
end
object Label1: TLabel
Left = 15
Top = 169
Width = 105
Height = 16
Caption = 'Workstation Nr.:'
end
object Label3: TLabel
Left = 186
Top = 13
Width = 37
Height = 16
Caption = 'FileDir'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 16
Top = 115
Width = 64
Height = 16
Caption = 'Password'
end
object Label2: TLabel
Left = 185
Top = 216
Width = 50
Height = 16
Caption = 'HomeDir'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 200
Top = 327
Width = 148
Height = 12
Caption = ' (c) Stellberg Computer GmbH '
Font.Color = clBlack
Font.Height = -9
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Lw5: TEdit
Left = 186
Top = 159
Width = 157
Height = 24
Hint = '__Laufwerk5'
TabOrder = 4
Text = 'C:\'
end
object Lw6: TEdit
Left = 186
Top = 187
Width = 157
Height = 24
Hint = '__Laufwerk6'
TabOrder = 5
Text = 'C:\'
end
object Lw1: TEdit
Left = 186
Top = 31
Width = 157
Height = 24
Hint = 'IsamFileDir'
TabOrder = 0
Text = 'C:\'
end
object Lw2: TEdit
Left = 186
Top = 73
Width = 157
Height = 24
Hint = '__Laufwerk2'
TabOrder = 1
Text = 'C:\'
end
object Lw3: TEdit
Left = 186
Top = 103
Width = 157
Height = 24
Hint = '__Laufwerk3'
TabOrder = 2
Text = 'C:\'
end
object Lw4: TEdit
Left = 186
Top = 131
Width = 157
Height = 24
Hint = '__Laufwerk4'
TabOrder = 3
Text = 'C:\'
end
object GroupBox1: TGroupBox
Left = 16
Top = 17
Width = 157
Height = 84
Caption = 'Net'
TabOrder = 9
object RadioButton2: TRadioButton
Left = 8
Top = 39
Width = 73
Height = 17
Caption = 'Ms-Net'
TabOrder = 0
end
object RadioButton1: TRadioButton
Left = 8
Top = 20
Width = 61
Height = 17
Caption = 'Local'
Checked = True
TabOrder = 1
TabStop = True
end
object RadioButton3: TRadioButton
Left = 8
Top = 60
Width = 113
Height = 17
Caption = 'Novell-Net'
TabOrder = 2
end
end
object BitBtn1: TBitBtn
Left = 208
Top = 275
Width = 113
Height = 33
TabOrder = 7
OnClick = BitBtn1Click
Kind = bkOK
end
object WSNR: TEdit
Left = 17
Top = 187
Width = 156
Height = 24
TabOrder = 8
Text = '1'
end
object LW99: TEdit
Left = 186
Top = 235
Width = 157
Height = 24
Hint = 'HomeDir'
TabOrder = 6
end
object PW: TEdit
Left = 16
Top = 131
Width = 157
Height = 24
CharCase = ecUpperCase
PasswordChar = '*'
TabOrder = 10
end
object Sprachgroup: TGroupBox
Left = 16
Top = 224
Width = 157
Height = 89
Caption = 'Language'
TabOrder = 11
object DRadio: TRadioButton
Left = 16
Top = 24
Width = 113
Height = 17
Caption = 'German'
TabOrder = 0
OnClick = DRadioClick
end
object ERadio: TRadioButton
Left = 16
Top = 52
Width = 113
Height = 17
Caption = 'English'
TabOrder = 1
OnClick = ERadioClick
end
end
end